Building from source

A ant script is provided (in the antTasks folder) in order to build the remote tester artifacts

This script can be easily custom using the build.properties file

You must change in the build.properties the j2ee.jar property to match somewhere it can be found.

The script generate a build directory, where intermediate files are generated, and a dist directory where final artifact are put.

The dist folder will contain :

  • rt-ejb-x.x.x.jar which contains the ejb session needed on server side (currently configured for jboss)
  • rt-client-x.x.x.jar which contains the client side classes
  • rt-x.x.x.ear which contains the test ear

A maven script is also provided but it currently only allows to build the web site !